google.golang.org/grpc.traceInfo.tr (field)

50 uses

	google.golang.org/grpc (current package)
		server.go#L1276: 			trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1291: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1292: 					trInfo.tr.SetError()
		server.go#L1294: 				trInfo.tr.Finish()
		server.go#L1438: 			trInfo.tr.LazyLog(&payload{sent: false, msg: v}, true)
		server.go#L1453: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1454: 			trInfo.tr.SetError()
		server.go#L1481: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1537: 		trInfo.tr.LazyLog(&payload{sent: true, msg: reply}, true)
		server.go#L1623: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1624: 					ss.trInfo.tr.SetError()
		server.go#L1626: 				ss.trInfo.tr.Finish()
		server.go#L1627: 				ss.trInfo.tr = nil
		server.go#L1721: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1748: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1749: 			ss.trInfo.tr.SetError()
		server.go#L1767: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1784: 		ti.tr.LazyLog(&fmtStringer{"Malformed method name %q", []any{stream.Method()}}, true)
		server.go#L1785: 		ti.tr.SetError()
		server.go#L1790: 			ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1791: 			ti.tr.SetError()
		server.go#L1796: 		ti.tr.Finish()
		server.go#L1814: 			tr: tr,
		server.go#L1878: 		ti.tr.LazyPrintf("%s", errDesc)
		server.go#L1879: 		ti.tr.SetError()
		server.go#L1883: 			ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1884: 			ti.tr.SetError()
		server.go#L1889: 		ti.tr.Finish()
		stream.go#L470: 			tr: newTrace("grpc.Sent."+methodFamily(method), method),
		stream.go#L478: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		stream.go#L479: 		ctx = newTraceContext(ctx, trInfo.tr)
		stream.go#L1127: 		if a.trInfo.tr != nil {
		stream.go#L1128: 			a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1191: 		if a.trInfo.tr != nil {
		stream.go#L1192: 			a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1259: 	if a.trInfo != nil && a.trInfo.tr != nil {
		stream.go#L1261: 			a.trInfo.tr.LazyPrintf("RPC: [OK]")
		stream.go#L1263: 			a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
		stream.go#L1264: 			a.trInfo.tr.SetError()
		stream.go#L1266: 		a.trInfo.tr.Finish()
		stream.go#L1267: 		a.trInfo.tr = nil
		stream.go#L1715: 			if ss.trInfo.tr != nil {
		stream.go#L1717: 					ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1719: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1720: 					ss.trInfo.tr.SetError()
		stream.go#L1798: 			if ss.trInfo.tr != nil {
		stream.go#L1800: 					ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1802: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1803: 					ss.trInfo.tr.SetError()
		trace.go#L69: 	tr        traceLog